home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14200 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  603 b 

  1. Path: ix.netcom.com!news
  2. From: wile@ix.netcom.com(william eberle )
  3. Newsgroups: comp.lang.c++
  4. Subject: rewind( ) equivalent in C++ ?
  5. Date: 29 Mar 1996 06:24:42 GMT
  6. Organization: Netcom
  7. Message-ID: <4jfvna$lcm@dfw-ixnews2.ix.netcom.com>
  8. References: <4ho8sv$1m4@calvin.risq.qc.ca> <4jej25$h2h@news.rwth-aachen.de>
  9. NNTP-Posting-Host: ix-ron-ny6-56.ix.netcom.com
  10. X-NETCOM-Date: Fri Mar 29 12:24:42 AM CST 1996
  11.  
  12.  
  13. I've opened a file for reading. After it has been read, it will need to
  14. be re-read from the beginning of the file. In C, I would use the
  15. "rewind" function. What is the C++ equivalent?  Thank you.
  16.